ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetCharABCWidths Method / GetCharABCWidths(IntPtr,UInt32,UInt32,ABC[]) Method

In This Topic
    GetCharABCWidths(IntPtr,UInt32,UInt32,ABC[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetCharABCWidths( _
       ByVal hdc As System.IntPtr, _
       ByVal firstChar As System.UInteger, _
       ByVal lastChar As System.UInteger, _
       ByVal widths() As Win32.ABC _
    ) As System.Boolean
    public static System.bool GetCharABCWidths( 
       System.IntPtr hdc,
       System.uint firstChar,
       System.uint lastChar,
       out Win32.ABC[] widths
    )

    Parameters

    hdc
    firstChar
    lastChar
    widths
    See Also